Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / C1KeyedList<TKey,TItem> Class / Count Property

In This Topic
    Count Property (C1KeyedList<TKey,TItem>)
    In This Topic
    Gets the number of elements contained in the C1KeyedList<TKey,TItem>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also